org.eclipse.vtp.desktop.projects.core
Interface IBusinessObjectField

All Known Implementing Classes:
BusinessObjectField, WebServiceTypeField

public interface IBusinessObjectField

This interface represents a definition of a business object field. This includes the field name, data type definition, and initial value if any.

Version:
2.0
Author:
Trip Gilman

Method Summary
 FieldType getDataType()
           
 java.lang.String getInitialValue()
           
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
The name of this business object field

getDataType

FieldType getDataType()
Returns:
The data type definition of this business object field

getInitialValue

java.lang.String getInitialValue()
Returns:
The initial value this field will have when a new instance of it's containing business object is created